home *** CD-ROM | disk | FTP | other *** search
- #ifndef _PH_FILL_H_
- #define _PH_FILL_H_
-
- #include "types.h"
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- extern DWORD ex1, ex2, ex3, ey1, ey2, ey3;
- extern UWORD u1, u2, u3, v1, v2, v3;
- extern UWORD _frame_buffer_scan_width;
- extern phong_fill(void);
-
- #ifdef __cplusplus
- };
- #endif
- #endif
-